git pull origin master
I came to SIO in Dec 2012 with the task of writing a Graphical User Interface (GUI) to run stable isotope mixing models. I ended up using an R package called gwidgetsRGtk2, which did the job:
library(MixSIAR)
mixsiar_gui()
I am still not sure if it would have been more or less straightforward to use Shiny instead of gWidgetsRGtk2… but if I were starting from scratch I would use Shiny. Mostly based on the user community and documentation/examples available now.
Teaching courses (ex: regression)
Data exploration
Data analysis (ex: classify plankton)
Because I have never used Shiny, let’s let R Studio explain the basics:
https://vimeo.com/rstudioinc/review/131218530/212d8a5a7a/#t=4m08s
https://shiny.rstudio.com/tutorial/lesson1/
library(shiny)
runApp("/home/brian/Documents/SIO_misc/SIO-R-Users/Intro-Data-Viz-Winter-2017/week-9/01_hello")